home *** CD-ROM | disk | FTP | other *** search
-
-
-
- XXXXmmmmSSSSttttrrrriiiinnnnggggCCCCoooonnnnccccaaaatttt((((3333XXXX)))) UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV XXXXmmmmSSSSttttrrrriiiinnnnggggCCCCoooonnnnccccaaaatttt((((3333XXXX))))
-
-
-
- NNNNAAAAMMMMEEEE
- _X_m_S_t_r_i_n_g_C_o_n_c_a_t - A compound string function that appends one
- string to another
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- #include <Xm/Xm.h>
-
- XmString XmStringConcat (ssss1111,,,, ssss2222)
- _X_m_S_t_r_i_n_g ssss1111;
- _X_m_S_t_r_i_n_g ssss2222;
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- _X_m_S_t_r_i_n_g_C_o_n_c_a_t copies ssss2222 to the end of ssss1111 and returns a copy
- of the resulting compound string. The original strings are
- preserved. The space for the resulting compound string is
- allocated within the function. After using this function,
- free this space by calling _X_m_S_t_r_i_n_g_F_r_e_e.
-
- ssss1111 Specifies the compound string to which a copy of ssss2222 is
- appended
-
- ssss2222 Specifies the compound string that is appended to the
- end of ssss1111
-
- RRRREEEETTTTUUUURRRRNNNN VVVVAAAALLLLUUUUEEEE
- Returns a new compound string.
-
- RRRREEEELLLLAAAATTTTEEEEDDDD IIIINNNNFFFFOOOORRRRMMMMAAAATTTTIIIIOOOONNNN
- _X_m_S_t_r_i_n_g_C_r_e_a_t_e(_3_X) and _X_m_S_t_r_i_n_g_F_r_e_e(_3_X).
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Page 1 (printed 11/11/03)
-
-
-
-